home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
8352
/
8352.xpi
/
chrome
/
greasefire.jar
/
content
/
picker.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2009-01-06
|
436b
|
20 lines
/*
* Copyright (C) 2008 by Steve Krulewitz <skrulx@gmail.com>
* Licensed under GPLv2 or later, see file LICENSE in the xpi for details.
*/
#list > treechildren::-moz-tree-progressmeter {
border: 1px solid #999999;
margin: 6px 0px 6px 0px;
background-color: transparent;
color: #5ece10;
}
.throbber {
width: 16px;
height: 16px;
}
.throbber-throb {
list-style-image: url("chrome://global/skin/icons/loading_16.png");
}